home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / ThoughtfulSoftware / HyperSense / HyperSense.app / InsPaneStkVwr.nib / data.classes next >
Text File  |  1993-09-30  |  438b  |  33 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. InsPane = {
  7.     ACTIONS = {
  8.     sendOk:;
  9.     };
  10.     OUTLETS = {
  11.     selection;
  12.     inspector;
  13.     window;
  14.     colorPanel;
  15.     ourView;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. InsPaneStkVwr = {
  20.     ACTIONS = {
  21.     setCurrentStack:;
  22.     setCurrentPage:;
  23.     };
  24.     OUTLETS = {
  25.     scrollerMatrix;
  26.     showPageFormCell;
  27.     optionMatrix;
  28.     showStackFormCell;
  29.     borderMatrix;
  30.     };
  31.     SUPERCLASS = InsPane;
  32. };
  33.